home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snip9611.zip / CTRLPRNT.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  197b  |  13 lines

  1. /* +++Date last modified: 02-Nov-1995 */
  2.  
  3. /*
  4. **  SNIPPETS header file for CTRLPRNT.C
  5. */
  6.  
  7. #ifndef CTRLPRNT__H
  8. #define CTRLPRNT__H
  9.  
  10. void ctrl_print(char *line);
  11.  
  12. #endif /* CTRLPRNT__H */
  13.